home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global framenum, runstatus
- if button() then
- if runstatus = "Saver" then
- setsaver()
- end if
- if runstatus = "beep" then
- setbeep()
- end if
- if runstatus = "quit" then
- cursor(200)
- go("quitProgram")
- exit
- end if
- go(framenum)
- end if
- end
-